Remove unused Vifctl.vifctl and Vifctl.set_vif_name. Remove the bridge and
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 21 Oct 2005 10:21:05 +0000 (11:21 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 21 Oct 2005 10:21:05 +0000 (11:21 +0100)
commitaec60dc083330d6d5caee93ea49de2d950ce9e05
treeb11f4da9f2b6a3b793281c3579444ceffcb2e933
parent174e923813011a8d7317726282c585160c46b016
Remove unused Vifctl.vifctl and Vifctl.set_vif_name.  Remove the bridge and
antispoof parameters from Vifctl.network -- these are already handled by the
script, so it is redundant to have a separate override for these parameters
coming from outside.  Don't use xen.util.process.runscript, because we don't
need to return the output, and therefore can just use os.spawnl.

Remove XendRoot.get_vif_antispoof, matching change above.

Prefix XendRoot.network_script_dir onto the return value for
XendRoot.get_network_script(), removing that burden from callers.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/Vifctl.py
tools/python/xen/xend/XendRoot.py